한국어
오디언스 속성 값을 생성합니다.
cURL
curl --request POST \ --url https://your_a2_service/audiences/attributes-values \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "code": "<string>", "value": "<string>" }'
{ "code": "<string>", "value": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
오디언스 속성 값 생성 스키마
Successful Response
이 페이지가 도움이 되었나요?